text CSS


Posted by mijouhsieh on 2023-12-20

反選文字設定顏色

codepen

::selection {
    color: #ea1b0e;
    background-color: rgba(255,222,230,.9);
}

#css text #::selection







Related Posts

箭頭函式(arrow function)

箭頭函式(arrow function)

實作 PHP API & 留言板 SPA(上)

實作 PHP API & 留言板 SPA(上)

How to Launch an Amazon EC2 Instance

How to Launch an Amazon EC2 Instance


Comments